From 7f50c3a1b4fb11706a2c8d6c23429e2e855d8cfe Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Tue, 7 May 2002 19:33:36 +0000 Subject: [PATCH] (ange-ftp-re-read-dir): Don't hide it behind the autoload-cookie. Remove comment. --- lisp/net/ange-ftp.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 3e12c7ee647..a63eb92e18c 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el @@ -4102,8 +4102,9 @@ E.g., ;;(define-key minibuffer-local-completion-map "\C-r" 'ange-ftp-re-read-dir) ;;(define-key minibuffer-local-must-match-map "\C-r" 'ange-ftp-re-read-dir) -;; The autoload cookie is to make sure the doc is always available. -;;;###autoload (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) +;;;###autoload +(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) + ;;;###autoload (defun ange-ftp-reread-dir (&optional dir) "Reread remote directory DIR to update the directory cache. -- 2.30.2